CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - CSharp 算法

搜索资源列表

  1. GA

    0下载:
  2. 在Visual 2008环境下,用C#编写的一个基本的遗传算法代码。相信对学习遗传算法的人有一定的参考价值。-In Visual 2008 environment, using C
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:39096
    • 提供者:东方骥
  1. RealGeneticAlgorithm

    0下载:
  2. 自已编写的c#自适应实数编码遗传算法,提供多种交叉变异和选择方法,应用时结合需要,修改适应度函数即可!-Write their own adaptive real-coded genetic algorithms, offers a variety of crossover and mutation and selection methods, application integration needs, modify the fitness function can be!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:12718
    • 提供者:David
  1. LZW

    0下载:
  2. LZW压缩算法的简单实现,以及介绍论文和伪代码-LZW compression algorithm is a simple realization
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-24
    • 文件大小:65707
    • 提供者:Eric
  1. Terrain

    0下载:
  2. XNA 地图算法,使用鼠标观察地图,支持三种模式: 第一人称,第三人称和飞翔模式。-XNA terrain algorithm, support 3 camera modes: first person, 3rd person, and flight.
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-09
    • 文件大小:1042237
    • 提供者:郅刚
  1. OpenSURF

    1下载:
  2. surf算法是现在最新的寻找图像特征点并匹配的算法,与SIFT算法相比速度更快,可以用在3D重建、图像拼接等多个领域-surf algorithm is now the latest to find the image feature points and matching algorithms, compared with the SIFT algorithm is faster, can be used in 3D reconstruction, image mosaic, and othe
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1604315
    • 提供者:xmchen
  1. granados200.tar

    0下载:
  2. Granados是一个基于.NET的SSH客户端库。同时支持SSH1和SSH2。实现了AES, Blowfish, TripleDES, RSA, DSA等加密验证算法。实现TCP协议连接。-Granados is a based on. NET client library for SSH. At the same time support the SSH1 and SSH2. Achieved AES, Blowfish, TripleDES, RSA, DSA and other cryp
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:138614
    • 提供者:sunxun
  1. ID3

    0下载:
  2. 自己实现的ID3算法,可以对连续变量进行离散化操作-Own implementation of ID3 algorithm to discretize the continuous operation of the variable
  3. 所属分类:CSharp

    • 发布日期:2017-03-24
    • 文件大小:355520
    • 提供者:jcli
  1. image_segmentation

    0下载:
  2. C#实现图像分割,包括图片示例。实现了各种图像分割的算法-C# to write image segmentation system with case images
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:381730
    • 提供者:王飞
  1. multiplynewsextraction

    0下载:
  2. 新闻内容页的多要素信息抽取算法,包括标题、作者、正文、时间、来源等要素的抽取-Many elements of news content page information extraction algorithms, including title, author, text, time, source, extraction of elements such as
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:354921
    • 提供者:zhaojiguang
  1. k-meams(sourcecode)

    2下载:
  2. C#实现k均值文本聚类算法,文本聚类C#源程序,k-means聚类算法-C# to achieve k means clustering algorithm, document clustering C# source code, k-means clustering algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-05-21
    • 文件大小:37988
    • 提供者:康卫
  1. Particle_Swarm_Optimization

    0下载:
  2. 使用C#简单实现粒子群算法,该方法实现简单-The realization of the use of C# a simple particle swarm optimization, the method of simple
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:985
    • 提供者:林伟哲
  1. FFT

    0下载:
  2. C#实现的快速傅里叶变换,递归算法,可用于信号处理。-failed to translate
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:32867
    • 提供者:李丹
  1. GeneticsDevTwoSource

    0下载:
  2. 自适应遗传算法的C#源码,可用sharpdevelope编译-Genetics Dot Net Two- Adaptive Programming
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:120215
    • 提供者:李信一
  1. Genetic_algorithm

    0下载:
  2. c#写的遗传算法的例子,有注释,很好很强大!-c# genetic algorithm written in the example, there are notes, very good very strong!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:82551
    • 提供者:哈哈
  1. 高级加密算法

    0下载:
  2. AES加密和解密源码!-AES encryption and decryption source!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-12-28
    • 文件大小:101376
    • 提供者:古月
  1. cSharp-interpolation

    1下载:
  2. 用c#实现插值的源代码,配套书籍为《C#数值计算算法编程》-Interpolation with c# source code to achieve, and the supporting books for the " C# numerical algorithm programming"
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:550163
    • 提供者:许从
  1. Csharp_Apriori

    0下载:
  2. 本程序用VS2008开发环境,采用Csharp语言编写。用一个简易的对话框实现Apriori关联算法,逐步统计推理,实现算法功能。简单、易学。-This is a simple demo of Apriori algorithm. This code is finished by Csharp in VS2008. It s brief enough for beginners.
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:62349
    • 提供者:naterliu
  1. DotNET2008BasedSVM

    2下载:
  2. 支持向量机用于遥感影像分类,是一种高效、高精度的人工智能分类算法-SVM is a powerful classification algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-12-09
    • 文件大小:141312
    • 提供者:王晴
  1. des

    0下载:
  2. 用c#实现的简单的des算法的小程序,输入明文加密成密文,输入密文解密成明文。-With c# Realized des simple algorithm applet, enter the explicit encryption into ciphertext, enter into explicit ciphertext decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:14428
    • 提供者:stella
  1. RC6

    0下载:
  2. RC6加密解密算法C#实现源码!该算法完善了《朱明海--维普资讯网--对称加解密算法RC6的C#实现》未完善的源码,以供大家学习!详细解释请查看:http://blog.csdn.net/ExcelWord/archive/2010/11/29/6041864.aspx -RC6 encryption and decryption algorithms to achieve C# source code! The algorithm improved, " Zhu Minghai-
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:44894
    • 提供者:
« 1 2 3 45 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com